Component org.nuxeo.ecm.platform.webapp.core.ExceptionHandlingContrib
In bundle org.nuxeo.ecm.webapp.core
Contributions
- org.nuxeo.ecm.platform.webapp.core.ExceptionHandlingContrib--requestdump
- org.nuxeo.ecm.platform.webapp.core.ExceptionHandlingContrib--listener
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.webapp.core.ExceptionHandlingContrib">
<require>
org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingContrib
</require>
<!-- TODO: move this contrib and java classe in ui-web -->
<extension
target="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingService"
point="listener">
<listener class="org.nuxeo.ecm.webapp.shield.SeamExceptionHandlingListener" />
</extension>
<extension
target="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingService"
point="requestdump">
<requestdump
class="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.DefaultRequestDumper">
<notListed>
<attribute>org.jboss.seam.international.messages</attribute>
</notListed>
</requestdump>
</extension>
</component>